Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Sep 12, 2024
1 parent a601551 commit 166061b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ assert_eq!(table.insert(network, "foo"), None);
assert_eq!(table.longest_match(ip_address), Some((network, &"foo")));
```

## Key Features

### Insertion and Retrieval

```rust
Expand Down Expand Up @@ -103,7 +101,4 @@ table.export_to_writer(&mut writer)?;

// Import from reader
table.import_from_reader(&mut reader)?;
```

// ... existing code ...
```

0 comments on commit 166061b

Please sign in to comment.