Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ratioSolver
/
rust-clips
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: ratioSolver/rust-clips
Actions
All workflows
Workflows
Rust
Rust
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
24 workflow runs
24 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Update documentation for return_types parameter in Environment function
Rust
#24:
Commit
752dbf8
pushed by
riccardodebenedictis
1m 58s
main
main
1m 58s
View workflow file
Add tests for fact modifier range and allowed values errors
Rust
#23:
Commit
961065d
pushed by
riccardodebenedictis
59s
main
main
59s
View workflow file
Bump clips version to 0.1.1 and add range error handling in PutSlot m…
Rust
#22:
Commit
18c6ac4
pushed by
riccardodebenedictis
59s
main
main
59s
View workflow file
Add error variants for slot value validation and corresponding tests
Rust
#21:
Commit
cbf22db
pushed by
riccardodebenedictis
1m 6s
main
main
1m 6s
View workflow file
Add multifield_to_vec function for improved conversion of C multifiel…
Rust
#20:
Commit
58e845a
pushed by
riccardodebenedictis
1m 6s
main
main
1m 6s
View workflow file
Remove unnecessary rustc-link-search output in build.rs for cleaner b…
Rust
#19:
Commit
194bb2c
pushed by
riccardodebenedictis
46s
main
main
46s
View workflow file
Refactor build.rs for improved clarity and error handling in environm…
Rust
#18:
Commit
ba5743a
pushed by
riccardodebenedictis
1m 2s
main
main
1m 2s
View workflow file
Change modify_fact method to return Result<(), ClipsError> for improv…
Rust
#17:
Commit
3d0dde6
pushed by
riccardodebenedictis
1m 3s
main
main
1m 3s
View workflow file
Remove redundant env.reset() calls in examples and tests for cleaner …
Rust
#16:
Commit
bcbda8d
pushed by
riccardodebenedictis
57s
main
main
57s
View workflow file
Fix argument types string formatting in Environment method to ensure …
Rust
#15:
Commit
978b178
pushed by
riccardodebenedictis
51s
main
main
51s
View workflow file
Refactor Fact struct to include a reference to the Environment and up…
Rust
#14:
Commit
ba13d89
pushed by
riccardodebenedictis
1m 3s
main
main
1m 3s
View workflow file
Add FactModifier for modifying existing facts and update documentation
Rust
#13:
Commit
3166fbb
pushed by
riccardodebenedictis
50s
main
main
50s
View workflow file
Update documentation and refactor error handling in ClipsError and as…
Rust
#12:
Commit
315d754
pushed by
riccardodebenedictis
1m 7s
main
main
1m 7s
View workflow file
Enhance ClipsError enum with new error variants for deftemplate and m…
Rust
#11:
Commit
006a6d8
pushed by
riccardodebenedictis
1m 1s
main
main
1m 1s
View workflow file
Change assert method in FactBuilder to return an Option<Fact> and upd…
Rust
#10:
Commit
80af0fd
pushed by
riccardodebenedictis
1m 1s
main
main
1m 1s
View workflow file
Change add_udf method in Environment to take a shared reference
Rust
#9:
Commit
a941bdf
pushed by
riccardodebenedictis
47s
main
main
47s
View workflow file
Add build method to Environment and update error handling in ClipsError
Rust
#8:
Commit
20c5c2a
pushed by
riccardodebenedictis
55s
main
main
55s
View workflow file
Update build.rs to use CLIPS_SOURCE_DIR environment variable and add …
Rust
#7:
Commit
6423e96
pushed by
riccardodebenedictis
54s
main
main
54s
View workflow file
Implement add_udf method with closure support and enhance UDFContext …
Rust
#6:
Commit
1a77242
pushed by
riccardodebenedictis
1m 45s
main
main
1m 45s
View workflow file
Refactor ClipsValue and UDFContext to remove lifetime parameters and …
Rust
#5:
Commit
da49af7
pushed by
riccardodebenedictis
2m 2s
main
main
2m 2s
View workflow file
Add new error variants for slot manipulation in ClipsError and update…
Rust
#4:
Commit
1a1dc5b
pushed by
riccardodebenedictis
1m 21s
main
main
1m 21s
View workflow file
Refactor Environment methods to take immutable references and impleme…
Rust
#3:
Commit
8aa26b0
pushed by
riccardodebenedictis
1m 27s
main
main
1m 27s
View workflow file
Implement FactBuilder struct and associated methods for creating fact…
Rust
#2:
Commit
548b941
pushed by
riccardodebenedictis
1m 20s
main
main
1m 20s
View workflow file
Add GitHub Actions workflow for Rust CI with MongoDB service
Rust
#1:
Commit
14f85fb
pushed by
riccardodebenedictis
1m 19s
main
main
1m 19s
View workflow file
You can’t perform that action at this time.