Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
submada authored Jan 24, 2022
1 parent 34d0c28 commit a3e6caf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# BasicString

## Content of basic-string repository was moved to [BTL](https://github.com/submada/btl) repository as subpackage [btl:string](https://code.dlang.org/packages/btl%3Astring)

## Documentation
https://submada.github.io/btl/btl/string.html

## C++-style string for D using `std.experimental.allocator`.

The `BasicString` is the generalization of struct string for character type `char`, `wchar` and `dchar`.
Expand All @@ -17,9 +23,6 @@ Compatible with `-betterC`

Does not rely on runtime type information (`TypeInfo`).

## Documentation
https://submada.github.io/basic-string

## Example

```d
Expand Down

0 comments on commit a3e6caf

Please sign in to comment.