Skip to content

Commit

Permalink
feat: Add Rust's String Adapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
liulifox233 committed Dec 29, 2024
1 parent bd0e850 commit 9c21817
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/tableData/AdapterData/AdapterRustData.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ export const AdapterRustData = [
description: "For [YAML](https://yaml.org/)",
image: "/img/ecosystem/yaml.png",
},
{
title: "[String Adapter](https://github.com/casbin-rs/string-adapter)",
type: "String",
author: "Casbin",
autoSave: "❌",
description: "For [String](https://doc.rust-lang.org/std/string/struct.String.html)",
image: "/img/ecosystem/string.png",
},
].map((item) => {
return {
...item,
Expand Down

0 comments on commit 9c21817

Please sign in to comment.