Skip to content

Commit

Permalink
Removing Rust again.
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-griffiths committed Oct 10, 2024
1 parent 7d9f5b3 commit 5a992f8
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 395 deletions.
181 changes: 0 additions & 181 deletions .github/workflows/new_Rust_CI.yml

This file was deleted.

3 changes: 1 addition & 2 deletions bitformat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
from ._options import Options
from ._common import Expression, byteorder, Endianness
from typing import Literal
from bitrust import sum_as_string


# These methods convert a bit length to the number of characters needed to print it for different interpretations.
Expand Down Expand Up @@ -113,7 +112,7 @@ def bool_bits2chars(_: Literal[1]):


__all__ = ('Bits', 'Dtype', 'Format', 'FieldType', 'Field', 'Array', 'BitsProxy', 'Expression', 'Options',
'Register', 'Endianness', 'If', 'Pass', 'sum_as_string')
'Register', 'Endianness', 'If', 'Pass')

# Set the __module__ of each of the types in __all__ to 'bitformat' so that they appear as bitformat.Bits instead of bitformat._bits.Bits etc.
for name in __all__:
Expand Down
171 changes: 0 additions & 171 deletions bitrust/Cargo.lock

This file was deleted.

12 changes: 0 additions & 12 deletions bitrust/Cargo.toml

This file was deleted.

15 changes: 0 additions & 15 deletions bitrust/pyproject.toml

This file was deleted.

Loading

0 comments on commit 5a992f8

Please sign in to comment.