Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacholt100 committed Jan 6, 2025
1 parent a70a625 commit 6d9db86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,5 @@ Additionally, a proc macro for parsing numeric values will be developed at some

## Licensing

`bnum` is licensed under either the MIT license or the Apache License 2.0.
`bnum` is licensed under either the MIT license or the Apache License 2.0.

3 changes: 2 additions & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ Other stuff:
* work out and add assertions about sizes of e.g. int widths (should be <= u32::MAX), and float mantissa and exponent widths, etc.
* include list of difference with primitives in README, e.g. overflow_checks not detected yet, serde implementation different, memory layout different (always little endian - although maybe this could be changed? probably not a good idea though)
* test using stable, only use nightly when need to test be_bytes methods
* check you're happy with the layout of the random crate-level module
* check you're happy with the layout of the random crate-level module
* include proper docs for all methods (as well as links to the primitive equivalents)

0 comments on commit 6d9db86

Please sign in to comment.