diff --git a/README.md b/README.md index 99c747d..77683d2 100644 --- a/README.md +++ b/README.md @@ -44,20 +44,6 @@ fn main() { } ``` -The function signatures are: - -```rust -fn write(writer: W, value: V) -> io::Result; - -fn fmt(writer: W, value: V) -> fmt::Result; -``` - -where `itoa::Integer` is implemented for i8, u8, i16, u16, i32, u32, i64, u64, -i128, u128, isize and usize. - -The `write` function is only available when the `std` feature is enabled -(default is enabled). The return value gives the number of bytes written. -
#### License