139 releases (29 breaking)

new 0.35.1 Apr 28, 2024
0.34.5 Apr 17, 2024
0.33.2 Mar 17, 2024
0.21.0 Dec 25, 2023
0.8.1 Jul 17, 2023

#531 in Web programming

Download history 35/week @ 2024-01-05 52/week @ 2024-01-19 76/week @ 2024-01-26 5/week @ 2024-02-02 125/week @ 2024-02-09 211/week @ 2024-02-16 1554/week @ 2024-02-23 838/week @ 2024-03-01 376/week @ 2024-03-08 363/week @ 2024-03-15 31/week @ 2024-03-22 175/week @ 2024-03-29 180/week @ 2024-04-05 412/week @ 2024-04-12 190/week @ 2024-04-19

957 downloads per month

Custom license

400KB
9K SLoC

Inroduction

Mesa is a library to interact with Shasta CSM API.

The main goal of Mesa is to be an interface for applications dealing with Shasta CSM, an example of this may be Manta.

Mesa's main goal is security from memory safety, this is achieved by not using 'unsafe' code. In the future, we also want to provide good performance.

Potential users may want to try Mesa in the following scenarios:

  • Building applications to integrate Shasta systems based on CSM into their eco-system
  • Simplify CSM operations
  • Extend CSM functionalities

Mesa currently interacts with the following components:

  • HSM
  • CFS configuration
  • CFS session
  • CAPMC
  • BOS
  • BSS
  • IMS
  • Keycloak
  • K8s

Deploy

cargo release patch --execute

Test

cargo test -- --show-output

Dependencies

~114MB
~2M SLoC