Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
docs(readme.md): be clearer about license; minor stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeron committed Feb 23, 2020
1 parent afabf74 commit ed466fe
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ yet. Patches are welcome!

## To do, and important:

- Switch the "big integer" enum variant to a `Box`, as `BigInt` and
`BigUint` are actually quite sizeable on the stack.
- Implement `std::fmt::{Binary, LowerHex, Octal, UpperHex}` (easy?)
- Implement `num_bigint::{ToBigInt, ToBigUint}`
- Unit tests. Currently there are none, although the code is sufficiently simple
that there is almost no place where bugs could hide.
- Continuous integration.
- Make this compile against rust stable.

## Other traits and methods still to be implemented:
Expand All @@ -41,3 +38,20 @@ I probably also want conversions from/to 16-bit and 8-bit types.
## Not done and seems hard:

- `num_traits::pow::Pow`

# License

This project is licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in toml-rs by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.

0 comments on commit ed466fe

Please sign in to comment.