datastar/build
Glen De Cauwsemaecker 3afa2c098e
improve quality of rust sdk and add tooling (#854)
also bump version to 0.1.2

- add makefile with all commands for rust sdk developers
  to run all relevant checks and test,
  which also auto formatting of code and toml deps
- fixed broken clippy rules
  (this also required fixing some stuff in consts)

Also fixed the docs.rs attributes to ensure _all_
modules and symbols get published in docs,
instead of only those that are available in default features
(which was missing the framework specific stuff in docs)

Only nitpick issue left: in generated code (consts.rs)
some descriptions can contain 'html' code which is not escaped,
pretty certain this html will be rendered in docs.rs
as rust docs renders docs as markdown (which includes html),
but given that's auto generated I have left that for now as-is.
2025-04-18 13:48:30 -06:00
..
cmd/build v0.21.0-beta1 2024-12-05 09:09:04 -08:00
.gitignore Biome Delaneyj/issue395 (#409) 2024-12-20 10:06:33 -08:00
consts.go Remove settling from SSE events and SDKs (#764) 2025-03-15 16:25:33 -06:00
consts_clojure.qtpl Remove file size from `consts.clj` 2025-01-30 12:46:00 -06:00
consts_datastar_client.qtpl Remove settling from SSE events and SDKs (#764) 2025-03-15 16:25:33 -06:00
consts_datastar_readme.qtpl Add star history chart [deploy-site] 2025-04-12 08:01:48 -06:00
consts_dotnet.qtpl Remove from consts (#371) 2024-12-15 07:50:53 -06:00
consts_go.qtpl v0.21.0-beta1 2024-12-05 09:09:04 -08:00
consts_haskell.qtpl Haskell SDK (#622) 2025-02-06 17:30:14 -06:00
consts_hello_world.qtpl Prep for beta.5 2025-02-09 17:29:43 -06:00
consts_java.qtpl refactor(java-sdk): Rewrite the Java SDK (#430) 2024-12-29 15:43:32 -06:00
consts_php.qtpl Remove from consts (#371) 2024-12-15 07:50:53 -06:00
consts_python.qtpl make python sdk compatible with python <3.11 (#777) 2025-03-18 10:49:11 -06:00
consts_ruby.qtpl Ruby SDK (#600) 2025-02-05 12:02:18 -06:00
consts_rust.qtpl improve quality of rust sdk and add tooling (#854) 2025-04-18 13:48:30 -06:00
consts_typescript.qtpl Finish last fix 2025-01-18 16:57:51 -06:00
consts_zig.qtpl Zig SDK (#531) 2025-01-26 20:12:49 -06:00
run.go add rama support to datastar rust sdk (#847) 2025-04-16 21:05:33 -06:00